home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 001-100 / 001-025 / 020 / amigatoatari / readme < prev    next >
Text File  |  1995-03-17  |  1KB  |  26 lines

  1.  
  2. This is the source for CONVERT.EXE, intended to run under  M*DOS.
  3. It has been compiled with Lattic* C version 2.something, but oth-
  4. er C compilers should have no problems compiling it.
  5.  
  6. About the source code -- well, it works.  On M*DOS.  So far.  This
  7. is actually the kind of program one never wants the world to see,
  8. "no -- I could /never/ let the world see that I code like that!"
  9. Well, here it is anyway.  It was a quick hack....
  10.  
  11. The file "makefile.pc" is a makefile for a public domain  version
  12. of  MAKE, which is incompatible with UN*X make(1).  If you have a
  13. different make, expect to have to edit the makefile.
  14.  
  15. There is byte-order dependent code  in  (at  least)  "convert.c".
  16. Porting to a 68000 based S*n or the ST should be easy, though.
  17.  
  18. The source for "qsort.c" has not been included.  You will need to
  19. find  your own quicksort routine, as the version I've got I can't
  20. distribute the source for.  The 4.2 BSD version work right the very
  21. first time (impressive!)
  22.  
  23.  
  24. Landon Dyer
  25. Atari Corp.
  26.